home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10883 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  44 lines

  1. Path: netnews.uthscsa.edu!usenet
  2. From: Merardo Monzon <Monzon@uthscsa.edu>
  3. Newsgroups: comp.lang.c,comp.lang.c,moderated
  4. Subject: Symantec C++ 7.0.6 for the Mac (using Thick C enabled feature)
  5. Date: Wed, 20 Mar 1996 09:35:48 -0800
  6. Organization: U.T. Health Science Center At San Antonio
  7. Message-ID: <315041F4.4AC2@uthscsa.edu>
  8. NNTP-Posting-Host: monzonpc.uthscsa.edu
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.01 (Win95; I)
  13.  
  14. I've declared a global character type variable as follows:
  15.  
  16. char  tHd[] = {
  17. "<FONT SIZE=3><CENTER>\n<DL>\n \
  18. <DD><A HREF=\"#PR_APPIN\">Nelda Appin</A> \n \
  19. <DD><A HREF=\"#PR_BURNFIELD\">Dean Burnfield</A>\n \
  20. <DD><A HREF=\"#PR_GAYDOU\">Diane Gaydou</A> \n \
  21. <DD><A HREF=\"#PR_HOLM\">Mike Holm</A> \n \
  22. <DD><A HREF=\"#PR_MALOY\">Anna Maloy</A> \n \
  23. <DD><A HREF=\"#PR_MASCORRO\">Daniel Mascorro</A>\n \
  24. <DD><A HREF=\"#PR_MONZON\">Merardo Monzon</A> \n \
  25. <DD><A HREF=\"#PR_ORTIZA\">Albert Ortiz</A> \n \
  26. <DD><A HREF=\"#PR_PIERCE\">Debbie Pierce</A>\n \
  27. <DD><A HREF=\"#PR_REICHERT\">David Reichert</A>\n \
  28. <DD><A HREF=\"#PR_SCHOOLFIELD\">John Schoolfield</A>\n \
  29. <DD><A HREF=\"#PR_SHIAU\">SHIAU</A>\n \
  30. <DD><A HREF=\"#PR_WOOD\">Robert Wood</A> \n \
  31. <DD><A HREF=\"#PR_YUAN\">YUAN</A>\n \
  32. </DL></Center></Font>\n<br><pre>"
  33. };
  34.   The entire string is NOT stored by the char array tHd.  The string is 
  35. truncated after 479 bytes.  Why?  Is this particular to Symantec C++ 
  36. 7.0.6 (with this product one can select the compiler to use C or C++).
  37.  
  38. Please respond directly to my e-mail address.  
  39. There must be someone using this product on the Mac.
  40.  
  41. Merardo Monzon
  42. Monzon@uthscsa.edu
  43. UT Health Science Center At San Antonio, Tx
  44.